Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertDelimiter Method / InsertDelimiter(String[],String,String,String,InsertLocation) Method
The structure items text array.
The structure beginning, or opening character, can be null.
The structure ending, or closing character, can be null.
The structure character that separates items, can be null.
The target InsertLocation for the insertion.

In This Topic
    InsertDelimiter(String[],String,String,String,InsertLocation) Method
    In This Topic
    Inserts a new OMathDelimiter into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertDelimiter( _
       ByVal itemsText() As System.String, _
       ByVal beginCharacter As System.String, _
       ByVal endCharacter As System.String, _
       ByVal separatorCharacter As System.String, _
       ByVal location As InsertLocation _
    ) As OMathDelimiter
    public OMathDelimiter InsertDelimiter( 
       System.string[] itemsText,
       System.string beginCharacter,
       System.string endCharacter,
       System.string separatorCharacter,
       InsertLocation location
    )

    Parameters

    itemsText
    The structure items text array.
    beginCharacter
    The structure beginning, or opening character, can be null.
    endCharacter
    The structure ending, or closing character, can be null.
    separatorCharacter
    The structure character that separates items, can be null.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathDelimiter instance.
    See Also